diff options
Diffstat (limited to 'config/waybar/configs/[TOP] Simple')
| -rw-r--r-- | config/waybar/configs/[TOP] Simple | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/config/waybar/configs/[TOP] Simple b/config/waybar/configs/[TOP] Simple new file mode 100644 index 00000000..505ea63f --- /dev/null +++ b/config/waybar/configs/[TOP] Simple @@ -0,0 +1,35 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +// ### TOP Simple ## // + +{ +"include": "~/.config/waybar/modules", +"layer": "top", +"position": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"gtk-layer-shell": true, +"margin-left": 6, +"margin-right": 6, +"margin-top": 2, + +"modules-left": [ + "idle_inhibitor", + "hyprland/workspaces#rw", + "mpris", + "hyprland/window" + ], + +"modules-center": [ + "clock#2" + ], + +"modules-right": [ + "tray", + "battery", + "pulseaudio", + "pulseaudio#microphone", + "custom/power", + ], +} + |
